home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / iv.dir / 00316.ls < prev    next >
Encoding:
Text File  |  1996-04-19  |  394 b   |  20 lines

  1. on mouseDown
  2.   set the visible of sprite 41 to 1
  3.   set the visible of sprite 42 to 1
  4.   set the visible of sprite 43 to 1
  5.   set the visible of sprite 44 to 1
  6.   go("ivMain")
  7. end
  8.  
  9. on exitFrame
  10.   UIRollover(46, 47)
  11.   go(the frame)
  12. end
  13.  
  14. on enterFrame
  15.   set the visible of sprite 41 to 0
  16.   set the visible of sprite 42 to 0
  17.   set the visible of sprite 43 to 0
  18.   set the visible of sprite 44 to 0
  19. end
  20.